NegativeInt
@Serializable(with = NegativeIntSerializer::class)
@Since(version = KotoolsTypesVersion.V1_1_0)
Represents an integer number of type Int that is less than or equals zero.
Types
Link copied to clipboard
object Companion
Contains declarations for holding or building a NegativeInt.
Functions
Inheritors
Extensions
Link copied to clipboard
@Since(version = KotoolsTypesVersion.V4_1_0)
@Since(version = KotoolsTypesVersion.V4_1_0)
Link copied to clipboard
@Since(version = KotoolsTypesVersion.V4_1_0)
Calculates the remainder of truncating division of this integer by the other one.
Link copied to clipboard
@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
Returns the negative of this integer number.